From 60debce9a0cccd0f18fec16a64547879710495b2 Mon Sep 17 00:00:00 2001 From: Mikkel Kroman Date: Mon, 16 May 2016 21:35:01 +0200 Subject: [PATCH] Add missing newline in test output --- tests/test_cargo_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cargo_test.rs b/tests/test_cargo_test.rs index 782692a36..cf6f50e8d 100644 --- a/tests/test_cargo_test.rs +++ b/tests/test_cargo_test.rs @@ -2079,6 +2079,7 @@ running 1 test test bar_0 ... ok test result: ok.[..] + "))); }); -- 2.30.2